executable.
Bump version number.
(echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e '\t./mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)' ) >> /tmp/dep
echo Edit Makefile and bring in /tmp/dep
-VERSIONU=1_2_5_beta11012004
-VERSIOND=1.2.5_beta11012004
+VERSIONU=1_2_5_beta11192004
+VERSIOND=1.2.5_beta11192004
#VERSIONU=1_2_4
#VERSIOND=1.2.4
wintesto.cmd: mkwintesto
./mkwintesto ../testo
+
+# The "usbfree" target is useful for generating an executable that
+# works on NT 3.5 or 4.0 since it doesn't have USB support and tanks
+# on our libsetupapi references.
+
+usbfree:
+ $(MAKE) INHIBIT_USB=-DNO_USB gpsbabel-usbfree.exe
+
+gpsbabel-usbfree.exe: $(OBJS)
+ $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel-usbfree.exe
+ zip -j /tmp/gpsbabel-nousb-$(VERSIOND).zip gpsbabel-usbfree.exe
+
+
+